crypto/internal/bigmod.Nat.montgomeryRepresentation (method)

5 uses

	crypto/internal/bigmod (current package)
		nat.go#L549: func (x *Nat) montgomeryRepresentation(m *Modulus) *Nat {
		nat.go#L717: 	xR := NewNat().set(x).montgomeryRepresentation(m) // xR = x * R mod m
		nat.go#L737: 	table[0].set(x).montgomeryRepresentation(m)
		nat.go#L744: 	out.montgomeryRepresentation(m)
		nat.go#L778: 	xR := NewNat().set(x).montgomeryRepresentation(m)